body { min-width: 1200px; width: 100%;}
body a{transition: all 0.4s ease 0s;}
#header_menu { background: #000; height: 32px; line-height: 32px; color: #EEE; font-size: 12px;}
#header_menu a { color: #EEE; margin-right: 5px;}
#header_menu a:hover { text-decoration: underline;}
#header222 {
    width: 100%;
    position: fixed;
    z-index: 999;
    height: 130px;
    line-height: 30px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 2px -2px;
}
#logo{}

.bg-lz {
    background: #1b1825;
}

/*导航*/
#navigation {position: relative;height: 100px; width: 100%;}
#navigation>li {float: right;position: relative;height: 100px;}
#navigation>li>a {display: block;line-height: 100px;width: 100%;transition: all 0.4s ease 0s; 
background:   center 95px no-repeat; text-align: center;font-size: 16px; padding:0 20px; }
#navigation>li:hover>a { background:url(/img/dhbg.jpg)   center 95px no-repeat; text-decoration: none; color:#fff;}
#navigation>li>a:hover { background:url(/img/dhbg.jpg) center 80px no-repeat; text-decoration: none; color:#fff;  }
#navigation .current { background:url(/img/dhbg.jpg) center 80px no-repeat; text-decoration: none; color: #37b21a;  }
#navigation .sub { display: none; position: absolute; left: 0; background: #f18338; z-index: 99999; width: 150px; 
    text-align: center;padding: 10px 0;  border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; }
#navigation .sub li { background: none; float: none;  border-bottom:1px solid #dd7026; }
#navigation .sub li a { display: block; height: 40px; line-height: 40px; font-size: 13px; font-weight: normal; color: #FFF; }
#navigation .sub li a:hover { background: #fff;color: #333; text-decoration: none; }



/*导航样式一*/

header{ position: relative; z-index: 9999; height: 100px; box-sizing: border-box;}
        .wrap_nav{width: 1200px;margin: 0 auto;}
        #nav {display: flex;display: flex;flex-direction: row;justify-content: center;align-items: center;flex-wrap: wrap;}
        .logo{width: 230px;overflow: hidden;}
        .logo a{display:block;}
        .logo a img {max-width: 100%;}
        ul.nav {display: inline-flex;flex: 1;padding-left:50px;}
        li.nav-item {flex: 1;}
        li.nav-item>a{display: block;text-align: center;line-height: 100px;font-size: 16px;position: relative;}
        li.nav-item>a::before{ display: none; content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); border-width: 0 10px 10px; border-style: solid; border-color: transparent transparent #119f0f; position: absolute;}
        li.nav-item:hover>a ,li.nav-item.active>a{color: #119f0f;}
        li.nav-item:hover>a::before,li.nav-item.active>a::before{display: block;}
        /* 二级菜单 */
        .subMenu{display: none;position: absolute;top: 100px;left: 0;width: 100%; height: 100px;background-color: #119f0f;}
        .subMenu>ul{display: flex;flex-wrap: wrap;flex-direction: row;justify-content: center;align-items: center;}
        .subMenu>ul>li>a{display:block;padding:0 18px;text-align: center;line-height: 50px;color: #fff;}
        .subMenu>ul>li>a:hover{color:red}

/*导航样式二*/

.hl_nav {
    background-color: #fff;
    position: relative;
    color: #333;
    min-width: 1200px;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 100px;
}
.hl_nav a{
    display: block;
    text-decoration: none;
}
.hl_nav .shade{
    position: absolute;
    width: 100%;
    height: 200px;
    top: 100px;
    left: 0;
    z-index: 1;
    background-color: #EEEEEE;
    opacity: 0.9;
    filter: alpha(opacity=90);
    box-shadow: 0 5px 15px #CCCCCC;
    display: none;
    border-bottom: #ffffff solid 1px;
    border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.hl_nav .nav_list {
    position: absolute;
    top: 0;
    /* left: 50%; */
    /* margin: 0 0 0 -600px; */
    z-index: 2;
    padding: 0;
    list-style: none;
    width: 98%;
    overflow: hidden;
    height: 100px;
}
.hl_nav .nav_list>li{
    padding: 0;
    float: right;
    margin: 0;
    width: 120px;
    text-align: center;
    height: 300px;
}
.hl_nav .nav_head{
    height: 100px;
    line-height: 100px;
    color: #333;
    font-size: 16px;
    background-color: #fff;
}

.hl_nav .nav_head a{
    
    color: #fff;
    font-size: 16px;

}


.hl_nav .nav_head:hover{
    
    color: #fff;
    font-size: 16px;

}


.hl_nav .nav_head .icon{
    font-size: 18px;
}
.hl_nav .item{
    height: 40px;
    line-height: 40px;
    color: #333333;
    position: relative;
}
.hl_nav .item:hover:after{
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 5px;
    left: 30px;
    background-color: #FD463E;
}
.hl_nav .nav_list:hover{
    height: 300px;
    transition: height 0.3s;
}
.hl_nav .nav_list:hover + .shade{
    display: block;
}
.hl_nav .nav_list>li.highlight:hover{
    background-color: #ffffff;
}
.hl_nav .nav_list>li:hover .nav_head,.hl_nav .nav_list>li.active .nav_head{
    background-color: #EA0D04;
    color: #fff;
}
.hl_nav .nav_list>li.right{
    float: right;
}
.hl_nav .nav_list>li:hover .item{

}



/*导航样式三*/


/* All */
.nav {
  margin-bottom: 48px;
}
.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;

}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
  float: left;
  position: relative;
}
.nav a {
  display: block;
  padding: 10px 20px;
  line-height: 1.2em;
  color: #fff;

}
.nav a:hover {
  text-decoration: none;
  background: #595959;transition:all .7s ease 0s;
}
.nav li ul {
  background: #37b21a;

}
.nav li ul li {
  width: 210px;
}
.nav li ul a {
  border: none;
  font-size: 15px;
}
.nav li ul a:hover {
    background-color: rgba(148,235,253,0.70);
    color: #000;
    font-weight: bold;
}


/* Not Animated
============================== */
.nav1 ul > li:hover ul {
  left: 0;
}
.nav1 li ul {
  position: absolute;
  left: -9999em;
  top: 36px;
  z-index: 1;
}
/* Fade In and Out
============================== */
.nav2 ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav2 li ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}


/* Slide Down
============================== */
.nav3 ul > li:hover ul li {
  height: 36px;
}
.nav3 li ul {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 1;
}
.nav3 li ul li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
}


/* Slide Down 2
============================== */
.nav4 ul > li:hover ul li {
  max-height: 150px;
}
.nav4 li ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
}
.nav4 li ul li {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}
/* Fold Out
============================== */
.nav5 ul > li:hover ul {
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.nav5 li ul {
  position: absolute;
  left: 0;
  top: 100px;

  max-height: 0;
  overflow: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

#search { background: #F3F4F3; height: 54px; border-bottom: 1px solid #DDD; }
#search .container { position: relative; }
#search1 {margin: 50px 0 0 0;}
#search_key {
    border-bottom: 1px solid #fdd35b;
    height: 60px;
    line-height: 60px;
    padding: 0 2px;
    width: 96%;
    position: absolute;
    /* right: 100px; */
    top: 7px;
    background: rgba(0,0,0,0);
    color: #AAA;
}





#search { background: #F3F4F3; height: 54px; border-bottom: 1px solid #DDD; }
#search .container { position: relative; }
#search_key { border: 1px solid #DBDCDB; height: 36px; line-height: 36px; padding: 0 2px; width: 260px; position: absolute; right: 100px; top: 7px; background: #FFF; color: #AAA; }
#search_btn { background: #E33; height: 36px; width: 100px; ; position: absolute; right: 0; top: 7px; color: #FFF; cursor: pointer; }

.current_location { background: #EEE; height: 40px; line-height: 40px; padding: 0 10px; margin-bottom: 10px; margin-top: 10px; }
.current_location a.current { color: red; }

#banner { height: 913px; position: relative; margin-bottom: 10px; }
#banner .bd li { height: 460px; }
#banner .hd ul { width: 100%; position: absolute; z-index: 1; bottom: 0; left: 0; height: 30px; line-height: 30px; text-align: center; }
#banner .hd ul li { cursor: pointer; display: inline-block; zoom: 1; width: 30px; height: 8px; margin-right: 2px; background: #FFF; overflow: hidden; line-height: 9999px; }
#banner .hd ul .on { width: 60px; background: #d77d46; }
#banner .container { height: 460px; }
#banner .container a { height: 460px; display: block; }
#banner .next, #banner .prev { position: absolute; top: 0; width: 68px; height: 460px; color: #FFF; line-height: 460px; text-align: center; cursor: pointer; }
#banner .next { right: 80px; background: url(images/next.png) center no-repeat;}
#banner .prev { left: 80px; background: url(images/prev.png) center no-repeat;}

.channel_list li { margin-bottom: 2px; }
.channel_list li a { display: block; background: #EEE; line-height: 40px; padding: 0 10px; }
.channel_list li a:hover { background: #d77d46; color: #FFF; text-decoration: none; }
.channel_list li a.current { background: #d77d46; color: #FFF; text-decoration: none; }
.channel_wlist { overflow: hidden; margin-bottom: 10px; }
.channel_wlist li { float: left; margin-right: 10px; }
.channel_wlist li a { display: block; height: 40px; line-height: 40px; background: #EEE; padding: 0 30px; }
.channel_wlist li a:hover { background: #d77d46; color: #FFF; }
.channel_wlist li a.current { background: #d77d46; color: #FFF; }

.hd1 { background: #EEE; height: 40px; line-height: 40px; padding: 0 14px; font-size: 16px; border-left: 10px solid #d77d46; }
.bd1 { padding: 10px 0; overflow: hidden; zoom: 1; margin-bottom: 20px; }
.hd2 { background: #EEE; height: 40px; line-height: 40px; padding: 0 14px; font-size: 16px; border-left: 10px solid #d77d46; }
.bd2 { padding: 10px 0; overflow: hidden; zoom: 1; margin-bottom: 20px; }
.hd3 { font-size: 36px; line-height: 140%;}
.hd3 .aname {color: #BBB;}
.seoname { border-top: 1px solid #ddd; text-align: center; }
.seoname span{ position: relative; top: -16px; background: #FFF; padding: 10px 20px; font-size: 16px; line-height: 30px; }


.ys{ color: #fff; line-height: 180% }
.page_show { margin: 20px 0; text-align: center; }
.page_show a, .page_show span { display: inline-block; height: 40px; line-height: 40px; min-width: 40px; text-align: center; background: #F2F2F2; margin-right: 2px; }
.page_show a:link, .page_show a:visited { text-decoration: none; }
.page_show a:hover, .page_show a.current { background: #d77d46; color: #FFF; }

.article_slist {}
.article_slist li { border-bottom: 1px solid #EEE; height: 40px; line-height: 40px;}

.article_dlist {}
.article_dlist .wrap { border: 1px solid #EEE; padding: 20px; margin-bottom: 20px;}
.article_dlist .title { border-bottom: 1px solid #EEE; line-height: 50px; height: 50px; font-size: 16px;}
.article_dlist .content { padding: 10px 0; color: #666; }
.article_dlist .intro { padding: 10px; background: #FAFAFA;}

.article_wlist .wrap { border: 1px solid #EEE; padding: 10px; margin-bottom: 5px;}
.article_wlist .wrap a { display: block; }
.article_wlist .wrap:hover { background: #d77d46; color: #FFF;}
.article_wlist .wrap:hover a { color: #FFF !important;}

.picture_slist {}
.picture_slist .picture { border: 1px solid #EEE; padding: 5px; text-align: center;  }
.picture_slist .title { line-height: 36px; text-align: center; }
.picture_slist .picture img{ max-height: 350px; min-width: 100%; }


.picture_dlist {}
.picture_dlist .wrap{ border: 1px solid #EEE; padding: 10px; margin-bottom: 10px;}
.picture_dlist .picture { border: 1px solid #EEE; padding: 5px; text-align: center; }
.picture_dlist .title { border-bottom: 1px solid #EEE; line-height: 40px; height: 40px; font-size: 16px; }
.picture_dlist .content { padding: 10px 0; color: #666; font-size: 12px; }
.picture_dlist .intro { padding: 10px; background: #FAFAFA;}

.picture_wlist {}
.picture_wlist .picture { border: 1px solid #EEE; padding: 5px; text-align: center; }
.picture_wlist .picture img{width: 200px; height:200px;}
.picture_wlist .title { line-height: 36px; text-align: center; }

#info_title { font-size: 24px; line-height: 50px; }
#info_intro { background: #EEE; color: #999; padding: 0 10px; line-height: 40px; font-size: 12px; background: linear-gradient(to right, #EEE, #FFF); }
#info_content { padding: 20px 0; font-size: 14px; }
#info_around { padding: 20px; background: #F5F5F5; line-height: 26px; border: 1px solid #CCCCCC; margin-bottom: 20px; }
#info_picture { margin: 20px 0;  }
#info_picture img { padding: 5px; border: 1px solid #EEE; }
#info_tab { margin: 20px 0;}
#info_tab .hd li { float: left; display: block; cursor: pointer; height: 40px; line-height: 40px; padding: 0 40px; margin-right: 2px; background: #EEE; }
#info_tab .hd li.on { background: #d77d46; color: #FFF; }
#info_tab .bd { margin-top: 20px; }

#info_slideshow { margin: 20px 0; }
#info_slideshow .bd img { width: 100%; border: 1px solid #EEE; padding: 10px; }
#info_slideshow .hd { margin-top: 10px; }
#info_slideshow .hd li .img { border: 1px solid #EEE; padding: 3px; cursor: pointer;  }
#info_slideshow .hd li .img img { height: 43px !important; width: 43px !important; }
#info_slideshow .hd li .img_w { border: 1px solid #EEE; padding: 3px; cursor: pointer;  }
#info_slideshow .hd li .img_w img { height: 62px !important; width: 62px !important; }
#info_slideshow .hd .on .img { border: 1px solid #d77d46; }
#info_slideshow .hd .on .img_w { border: 1px solid #d77d46; }

#info_parmeter { margin: 20px 0; }
#info_parmeter ul li { line-height: 40px; border-bottom: 1px solid #EEE;}

#info_paremeter li { border-bottom: 1px solid #EEE; line-height: 40px;}

#info_video { margin-top: 20px;}
#info_video embed { width: 100%; height: 540px;}

.recruitment_list .wrap { border: 1px solid #EEE; padding: 20px;}
.recruitment_list .wrap>ul>li { border-bottom: 1px solid #EEE; padding: 6px 0; }
.recruitment_list .wrap>.content { display: none; padding: 10px; border: 1px solid #EEE; }

#footer { background: #37b21a; padding: 20px 0;  color: #FFF;}
#footer a { color: #FFF; text-decoration: none; }
#footer ul li {
    display: block;
    line-height: 30px;
    width: 100%;
    color: #fff;

    font-size: 16px;
}
.index_news { height: 450px; }
.index_news .wrap { margin-bottom: 10px; float: left; height: 400px; overflow: hidden; margin-right: 30px;background: #f5f5f5;}
.index_news .left { background: #f5f5f5; height: 100px; float: left; width: 100px; text-align: center; color: #ff4c4c; }
.index_news .day { font-size: 50px; }
.index_news .ym {  }
.index_news .right {  border-left: none;  float: left; width: 270px; padding: 10px;}
.index_news .title { font-size: 16px; line-height: 60px; }
.index_news .content { font-size: 14px; line-height: 180%; color: #BBB;    height: 80px;
    overflow: hidden; }
.index_news .wrap:hover .left { background: #ff4c4c; color: #FFF; }



.index_news_1 { min-height: 400px !important; overflow: hidden; margin-bottom: 50px; }
.index_news_1 .wrap {min-width: 100%; margin-bottom: 10px; float: left; min-height: 180px!important; 
    overflow: hidden; margin-right: 30px;background: rgba(135,155,194,0.5); color: #ccc!important;transition: all 0.5s ease 0s; }
.index_news_1 .left {  height: 100px; float: left; width: 20%; text-align: center; color: #fff; padding-top: 50PX; }
.index_news_1 .day { font-size: 40px; font-weight: bold; }
.index_news_1 .ym { font-size: 20px; }
.index_news_1 .right {  border-left: none;  float: left; width: 75%; padding: 25px;}
.index_news_1 .title { font-size: 18px; line-height: 150%; margin-bottom: 20px; display: block; }
.index_news_1 .title a { color: #fff; }
.index_news_1 .title a:hover {  }
.index_news_1 .content { font-size: 15px; line-height: 180%;   min-height: 50px;
    overflow: hidden; color: #f1f1f1; }
.index_news_1 .wrap:hover { background: rgba(0,0,0,0.3); color: #000!important; 
    min-height: 200px!important; }


.index_news_2 {}
.index_news_2 .wrap { margin-bottom: 10px;}
.index_news_2 .left { background: #EEEEEE; height: 100px; float: left; width: 20%; text-align: center; color: #686868; }
.index_news_2 .day { font-size: 50px; }
.index_news_2 .ym {  }
.index_news_2 .right { border: 1px solid #EEEEEE; border-left: none; height: 100px; float: left; width: 79.9%; padding: 10px;}
.index_news_2 .title { font-size: 16px; line-height: 30px; }
.index_news_2 .content { font-size: 12px; line-height: 18px; color: #BBB; }
.index_news_2 .wrap:hover .left { background: #0091A2; color: #FFF; }




.index_newstop {  overflow: hidden; margin-bottom: 50px; }
.index_newstop .wrap { margin-bottom: 10px; float: left; overflow: hidden;background: #f1f1f1;transition: all 0.4s ease 0s;  }
.index_newstop .wrap:hover {  color: #333;background: #f9f9f9;}
.index_newstop .left {  height: 150px; float: left; width: 20%; text-align: center;  padding-top: 10PX; }
.index_newstop .day { font-size: 70px; font-weight: bold; }
.index_newstop .ym { font-size: 32px; }
.index_newstop .right {  border-left: none;  float: left; width: 79%; padding: 25px;}
.index_newstop .title { font-size: 24px; line-height: 150%; margin-bottom: 20px; }
.index_newstop .title a { color: #333!important;  }
.index_newstop .title a:hover { color: #333!important;  }
.index_newstop .content { font-size: 14px; line-height: 180%; color: #333;    height: 280px;
    overflow: hidden; }
.index_newstop .wrap:hover .left {  color: #333;  }



 
.index_newstop1 {  overflow: hidden; margin-bottom: 50px; }
.index_newstop1 .wrap { margin-bottom: 10px; float: left; overflow: hidden;background: #fff; margin: 5px;    max-height: 300px;transition: all 0.4s  ease 0s;  }
.index_newstop1 .wrap:hover {  color: #333;background: #f9f9f9;}
.index_newstop1 .left {  height: 150px; float: left; width:99.9%; text-align: center; background: #eee; }
.index_newstop1 .day { font-size: 70px; font-weight: bold; }
.index_newstop1 .ym { font-size: 32px; }
.index_newstop1 .right {  border-left: none;  float: left; width: 99%; padding: 25px;}
.index_newstop1 .title { font-size: 24px; line-height: 150%; margin-bottom: 20px; }
.index_newstop1 .title a { color: #333!important;  }
.index_newstop1 .title a:hover { color: #333!important;  }
.index_newstop1 .content { font-size: 14px; line-height: 180%; color: #333;    height: 50px;
    overflow: hidden; }
.index_newstop1 .wrap:hover .left {  color: #333;  }




.index_case .wrap { border: 1px solid #EEE; padding:20px 10px; margin-bottom: 2px;}
.index_case .hd { font-size: 16px; }
.index_case .bd { margin-top: 10px; }
.index_case .bd .content{ font-size: 14px; color: #999; }
.index_case .on{ background: #FAFAFA; }

#float { z-index: 99; position: absolute; display: block; bottom: 100px; left: 0; }
#float .wrap { margin-bottom: 0px; position: relative; cursor: pointer; background: #333; border-bottom:1px solid #111; border-left: 5px solid #111; z-index: 999; transition: all 0.8s ease 0s;}
#float .wrap:hover { background: #111;}
#float .icon {
      padding: 8px;
    width: 30px;
    display: block;

    text-align: center;
    color: #FFF;
    font-size: 14px;
}

#float .content {color: #FFF;  min-height: 30px; min-width: 100%; position: absolute; left: 30px; top: 0; display: none; background:#111;}
#float .content a { color: #FFF;  }
#float .qq .content { line-height: 30px; padding: 0 20px; font-size: 16px; color: #FFF;  }
#float .qrcode .content { padding: 5px; width: 80px; }
#float .custom .content {
    padding: 20px;
    color: #FFF;
    width: 200px;
}
#float .gotop .content { }
#float .phone .content {
    line-height: 30px;
    padding: 0 20px;
    font-size: 16px;
    color: #FFF;
    width: 160px;
}

.picture1 {width: 370px; height: 200px; margin-bottom:30px; }
.picture1 img {width: 370px; height: 200px;}

#index-1{background: #f8f8f8;padding: 40px;}
#index-5{background:url(/img/gy-bg1.jpg) top repeat-x; padding: 40px;}
#index-3{background:url(/img/3.jpg)  center 100px no-repeat; overflow: hidden;  }
#index-3 .jj { border-radius: 20px; border: solid #37b21a 1px; background: rgba( 255,255,255,0.5); }
#index-2{height:auto; overflow: hidden; }
#index-6{height:auto; overflow: hidden; }


#cpfl1 .c1 {height: 200px; transition: all 0.8s  ease 0s;  }
#cpfl1 .c1:hover {background: url(/img/2.jpg); transform: translate(0px, -5px) rotate(0deg) scale(1); }
#cpfl1 .c2 {height: 200px; transition: all 0.8s  ease 0s;  }
#cpfl1 .c2:hover {background: url(/img/4.jpg); transform: translate(0px, -5px) rotate(0deg) scale(1); }
#cpfl1 .c3 {height: 200px; transition: all 0.8s  ease 0s;  }
#cpfl1 .c3:hover {background: url(/img/5.jpg); transform: translate(0px, -5px) rotate(0deg) scale(1); }
#cpfl1 .c4 {height: 200px; transition: all 0.8s  ease 0s;  }
#cpfl1 .c4:hover {background: url(/img/10.jpg); transform: translate(0px, -5px) rotate(0deg) scale(1); }


#cpfl2 .c1 {height: 200px; transition: all 0.8s  ease 0s;  }
#cpfl2 .c1:hover {background: url(/img/6.jpg); transform: translate(0px, -5px) rotate(0deg) scale(1); }
#cpfl2 .c2 {height: 200px; transition: all 0.8s  ease 0s;  }
#cpfl2 .c2:hover {background: url(/img/7.jpg); transform: translate(0px, -5px) rotate(0deg) scale(1); }
#cpfl2 .c3 {height: 200px; transition: all 0.8s  ease 0s;  }
#cpfl2 .c3:hover {background: url(/img/8.jpg); transform: translate(0px, -5px) rotate(0deg) scale(1); }
#cpfl2 .c4 {height: 200px; transition: all 0.8s  ease 0s;  }
#cpfl2 .c4:hover {background: url(/img/9.jpg); transform: translate(0px, -5px) rotate(0deg) scale(1); }



.sl{ height: 250px; margin: 0 auto;width: 1140px;}
.sltp1{ width: 380px;background: #192d60;height: 250px; overflow: hidden; }
.sltp1 img{transition: all 0.8s  ease 0s;}
.sltp1 img:hover {transform: translate(0px, -20px) rotate(0deg) scale(1); }

.sltp2{ width: 380px;background: #192d60;height: 250px; overflow: hidden; }
.sltp2 img{transition: all 0.8s  ease 0s;}
.sltp2 img:hover {transform: translate(0px, 20px) rotate(0deg) scale(1); }


.sltp{ width: 380px;background: #192d60;height: 250px; overflow: hidden;  }
.sltp img{transition: all 0.8s  ease 0s;}
.sltp img:hover {transform: translate(0px, 0px) rotate(0deg) scale(1.05); opacity: 0.65;}
/*æ»šåŠ¨äº§å“*/
#marquee1{width:100%;  height: 350px;overflow:hidden; margin:20px auto;}


/*é¦–é¡µæ»šåŠ¨-å›¾ç‰‡åˆ—è¡¨[ç®€çº¦]*/
.picture_list li { float:left; text-align:center; padding:4px; }
.picture_list_img_wrap img { padding:4px; border:1px solid #CCC; width:300px; height:300px;}
.picture_list_img_wrap1 img { padding:4px; border:1px solid #CCC; width:100px; height:75px;}
.picture_list li a { line-height:22px; }
.picture_list li a:hover img { border:1px solid #cc0000; }

.gs{float:left; width:30%; height:350px; text-align:center; 
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px 3px; margin:10px; padding: 30px;}


.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px auto;

    max-height: 360px;
    background: #000;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size:16px;
}


/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}



figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}



/* 滚动条样式 */
::-webkit-scrollbar-track-piece {
 width:5px;
 background-color:#f8f8f8
}
::-webkit-scrollbar {
 width:5px;
 background-color:#ccc
}
::-webkit-scrollbar-thumb {
 width:5px;
 background-color:#aeaeae
}
::-webkit-scrollbar-thumb:hover {
 width:5px;
 background-color:#ccc
}





/* #返回顶部
================================================== */


:root {
    font-size: 20px;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --green: #2ecc71;
    --white: #ffffff;
    --grey-light: #f2f7f9;
    --grey: #ecedf3;
    --black: #080808;
    --black-blue: #1f2029;
    --black-blue-light: #353746;
    --black-blue-light-2: #404255;
    --black-blue-light-3: #4b4d64;
    --black-light: #424455;
}

body.light{
    color: var(--black-light);
}
h1{
    font-family: 'Muli', sans-serif;
    font-size: 12vw;
    font-weight: 900;
    line-height: 1;
    color: var(--white);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
body.light h1{
    color: var(--black);
}
body.light{
    background-color: var(--white);
}
.navbar-brand{
    height: 36px;
    position: fixed;
    top: 50px;
    left: 70px;
    z-index: 3333;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar-brand::before{
    position: absolute;
    content: '';
    top: -13px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    height: calc(100% + 26px);
    opacity: 0;
    z-index: -1;
    background-image: linear-gradient(260deg, var(--grey), var(--grey-light));
    animation: border-transform 10s linear infinite alternate forwards;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.navbar-brand::after{
    position: absolute;
    content: '';
    top: -13px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    height: calc(100% + 26px);
    opacity: 1;
    z-index: -1;
    background-image: linear-gradient(160deg, var(--black-blue-light-3), var(--black-blue-light));
    animation: border-transform 10s linear infinite alternate forwards;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.navbar-brand img{
    padding: 7px 0;
    height: 100%;
    width: auto;
    display: block;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
body.light .navbar-brand::before{
    opacity: 1;
}
body.light .navbar-brand::after{
    opacity: 0;
}

.section {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100vh;
}
.center-wrap {
    position: absolute;
    width: 100%;
    display: block;
    overflow: hidden;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.color-gradient-red-yellow {
    background: linear-gradient(160deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.color-gradient-red-yellow .uil:before {
    background: linear-gradient(160deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.size-22 {
    font-size: 22px;
}




.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(70,42,77,0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--grey);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '↑';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path { 
    fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
    box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
    color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
    stroke: var(--black-blue);
}


